crypto/tls.ticketKey.hmacKey (field)
4 uses
crypto/tls (current package)
common.go#L897: hmacKey [16]byte
common.go#L912: copy(key.hmacKey[:], hashed[legacyTicketKeyNameLen+len(key.aesKey):])
ticket.go#L341: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L376: mac := hmac.New(sha256.New, key.hmacKey[:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)